home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_076 / include / libraries / clib.g next >
Text File  |  1992-05-06  |  320b  |  11 lines

  1. extern
  2.     AddTOF(*Interrupt_t i; proc()void p; *ulong a)void,
  3.     FastRand(ulong seed)ulong,
  4.     IDivS(long dividend, divisor)long,
  5.     IDivU(ulong dividend, divisor)ulong,
  6.     IMulS(long x, y)long,
  7.     IMulU(ulong x, y)ulong,
  8.     RangeRand(ulong value)ulong,
  9.     RemTOF(*Interrupt_t i)void,
  10.     waitbeam(ulong b)void;
  11.